Skip to content

[SPARK-10235] [MLLIB] update since versions in mllib.regression#8426

Closed
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10235
Closed

[SPARK-10235] [MLLIB] update since versions in mllib.regression#8426
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10235

Conversation

@mengxr

@mengxr mengxr commented Aug 25, 2015

Copy link
Copy Markdown
Contributor

Same as #8421 but for mllib.regression.

cc @freeman-lab @dbtsai

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41547 has finished for PR 8426 at commit 6cd28e4.

  • This patch fails some tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • abstract class GeneralizedLinearModel @Since("1.0.0") (
    • class IsotonicRegressionModel @Since("1.3.0") (
    • case class LabeledPoint @Since("1.0.0") (
    • class LassoModel @Since("1.1.0") (
    • class LinearRegressionModel @Since("1.1.0") (
    • class RidgeRegressionModel @Since("1.1.0") (
    • public static class AppExecId
    • public static class StoreVersion
    • abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) extends BinaryNode
    • case class Union(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Intersect(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Except(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)

@mengxr

mengxr commented Aug 25, 2015

Copy link
Copy Markdown
Contributor Author

test this please

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41557 has finished for PR 8426 at commit 6cd28e4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • abstract class GeneralizedLinearModel @Since("1.0.0") (
    • class IsotonicRegressionModel @Since("1.3.0") (
    • case class LabeledPoint @Since("1.0.0") (
    • class LassoModel @Since("1.1.0") (
    • class LinearRegressionModel @Since("1.1.0") (
    • class RidgeRegressionModel @Since("1.1.0") (

@dbtsai

dbtsai commented Aug 26, 2015

Copy link
Copy Markdown
Member

LGTM. Merged into branch-1.5 and master. Thanks.

@asfgit asfgit closed this in 4657fa1 Aug 26, 2015
asfgit pushed a commit that referenced this pull request Aug 26, 2015
Same as #8421 but for `mllib.regression`.

cc freeman-lab dbtsai

Author: Xiangrui Meng <meng@databricks.com>

Closes #8426 from mengxr/SPARK-10235 and squashes the following commits:

6cd28e4 [Xiangrui Meng] update since versions in mllib.regression

(cherry picked from commit 4657fa1)
Signed-off-by: DB Tsai <dbt@netflix.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants